First Class Hotels
The sample demonstrates a number of Crystal Reports features that are new to version 8, as well as possible advanced uses for some existing features.
The main form in the sample, frmMain, is used for managing the reservations. Some features include:
- The report displayed in the window is automatically updated whenever a reservation is added, the customer name changed, or the date range changed.
- Double-clicking on a customer name or room number in the report will bring up a form containing information about that customer or room.
- Clicking on one of the two miniature notepad icons in this window will also cause this same information report to be displayed.
- The billing report that can be displayed by double-clicking the report, or clicking the notepad icons, only displays information between the start and end dates shown at the bottom of the reservation form.
The Room form, frmRoom, contains these features:
- Allows adding/removing of hotel room numbers.
- Clicking on the miniature notepad icon in this window will cause the information report to be displayed. The information will be displayed for all dates that the room has been used and is not restricted by a start or end date.
The Price form, frmPrice, contains these features:
- Allows adding/removing of hotel room prices.
- Customer: Allows adding/editing/removing of customers.
- Clicking on the miniature notepad icon in this window will cause the information report to be displayed. The information will be displayed for all dates that the customer has stayed at the hotel and is not restricted by a start or end date.
This application uses many of the methods from earlier releases as well as this release. Here is a list to help you determine if this application has the answers you're looking for (* denotes new in version 8):